home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Utilities / Codex1.2.2.sit / Codex.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-01-13  |  2.1 KB  |  82 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>*</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>All</string>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Editor</string>
  18.         </dict>
  19.         <dict>
  20.             <key>CFBundleTypeExtensions</key>
  21.             <array>
  22.                 <string>cdx</string>
  23.             </array>
  24.             <key>CFBundleTypeIconFile</key>
  25.             <string>cdx</string>
  26.             <key>CFBundleTypeName</key>
  27.             <string>Codex Encrypted File</string>
  28.             <key>CFBundleTypeRole</key>
  29.             <string>Editor</string>
  30.         </dict>
  31.         <dict>
  32.             <key>CFBundleTypeExtensions</key>
  33.             <array>
  34.                 <string>cea</string>
  35.             </array>
  36.             <key>CFBundleTypeIconFile</key>
  37.             <string>cea</string>
  38.             <key>CFBundleTypeName</key>
  39.             <string>Codex Encrypted Archive</string>
  40.             <key>CFBundleTypeRole</key>
  41.             <string>Editor</string>
  42.         </dict>
  43.         <dict>
  44.             <key>CFBundleTypeExtensions</key>
  45.             <array>
  46.                 <string>cet</string>
  47.             </array>
  48.             <key>CFBundleTypeIconFile</key>
  49.             <string>cet</string>
  50.             <key>CFBundleTypeName</key>
  51.             <string>Codex Encrypted Text</string>
  52.             <key>CFBundleTypeRole</key>
  53.             <string>Editor</string>
  54.         </dict>
  55.     </array>
  56.     <key>CFBundleExecutable</key>
  57.     <string>Codex</string>
  58.     <key>CFBundleGetInfoString</key>
  59.     <string>Codex 1.2.2 ¬©2002 MacMagna</string>
  60.     <key>CFBundleIconFile</key>
  61.     <string>appl</string>
  62.     <key>CFBundleIdentifier</key>
  63.     <string>CoDeX</string>
  64.     <key>CFBundleInfoDictionaryVersion</key>
  65.     <string>6.0</string>
  66.     <key>CFBundleName</key>
  67.     <string>Codex 1.2.2</string>
  68.     <key>CFBundlePackageType</key>
  69.     <string>APPL</string>
  70.     <key>CFBundleShortVersionString</key>
  71.     <string>Codex 1.2.2 ¬©2002 MacMagna</string>
  72.     <key>CFBundleSignature</key>
  73.     <string>????</string>
  74.     <key>CFBundleVersion</key>
  75.     <string>1.2.2</string>
  76.     <key>NSMainNibFile</key>
  77.     <string>MainMenu</string>
  78.     <key>NSPrincipalClass</key>
  79.     <string>NSApplication</string>
  80. </dict>
  81. </plist>
  82.